home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / gui / BGUI11c.lha / docs / checkboxclass.doc < prev    next >
Text File  |  1995-04-23  |  1KB  |  51 lines

  1.  
  2.                File: checkboxclass.doc
  3.         Description: Checkboxclass documentation.
  4.           Copyright: (C) Copyright 1994 Jaba Development.
  5.                      (C) Copyright 1994 Jan van den Baard.
  6.                      All Rights Reserved.
  7.  
  8. ------------------------------------------------------------------------------
  9.  
  10. TABLE OF CONTENTS
  11.  
  12. checkboxclass/--background--
  13. checkboxclass/Methods
  14. checkboxclass/Attributes
  15.  
  16. checkboxclass/--background--                      checkboxclass/--background--
  17.  
  18.     NAME
  19.         Class:          checkboxclass
  20.         Superclass:     baseclass
  21.         Include File:   <libraries/bgui.h>
  22.  
  23.     FUNCTION
  24.  
  25.         To provide a gadget simular to the gadtools.library it's checkbox kind.
  26.         Objects of this class will send the following  attribute pairs  in it's
  27.         notification events.
  28.  
  29.         GA_ID           - Gadget object ID.
  30.         GA_Selected     - Gadget object selected state.
  31.  
  32. checkboxclass/Methods                                     checkboxclass/Methods
  33.  
  34.     NEW METHODS
  35.         None.
  36.  
  37.     CHANGED METHODS
  38.         None.
  39.  
  40. checkboxclass/Attributes                              checkboxclass/Attributes
  41.  
  42.     NAME
  43.         GA_Selected - ( BOOL )
  44.  
  45.     FUNCTION
  46.         This  attributes  has  an  extended  applicability.  It  has been made
  47.         get-able  to  make  it  easy to inquire about the selected state of an
  48.         object.
  49.  
  50.         Default is FALSE. Applicability is (ISGNU).
  51.